public interface CiscoMultiMediaCapabilityInfo
The CiscoMultiMediaCapabilityInfo
interface contains the multi media capabilities of
a Terminal. Applications can get the video capability, number of screens and presentation support
info of the terminal
Modifier and Type | Field and Description |
---|---|
static int |
TELEPRESENCEINTEROP_DISABLED
Indicates that the
CiscoMultiMediaCapabilityInfo.getTelepresenceInfo () for this
terminal is disabled. |
static int |
TELEPRESENCEINTEROP_ENABLED
Indicates that the
CiscoMultiMediaCapabilityInfo.getTelepresenceInfo () for this
terminal is enabled. |
static int |
VIDEO_DISABLED
Indicates that the
CiscoMultiMediaCapabilityInfo.getVideoCapability () for this
terminal is NONE. |
static int |
VIDEO_ENABLED
Indicates that the
CiscoMultiMediaCapabilityInfo.getVideoCapability () for this
terminal is VIDEO_ENABLED. |
Modifier and Type | Method and Description |
---|---|
int |
getScreenCount()
Returns the number of screens available on the Terminal.
|
int |
getTelepresenceInfo()
Indicates the telepresence interoperability of the associated terminal.
|
int |
getVideoCapability()
Returns the video capability of the Terminal.
|
static final int VIDEO_DISABLED
CiscoMultiMediaCapabilityInfo.getVideoCapability ()
for this
terminal is NONE.static final int VIDEO_ENABLED
CiscoMultiMediaCapabilityInfo.getVideoCapability ()
for this
terminal is VIDEO_ENABLED.static final int TELEPRESENCEINTEROP_DISABLED
CiscoMultiMediaCapabilityInfo.getTelepresenceInfo ()
for this
terminal is disabled.static final int TELEPRESENCEINTEROP_ENABLED
CiscoMultiMediaCapabilityInfo.getTelepresenceInfo ()
for this
terminal is enabled.int getVideoCapability()
int getTelepresenceInfo()
int getScreenCount()